home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / 93win / data1.cab / DLL_Toolkit / Source / HTBCalendar / HTBCalendar.h < prev    next >
Encoding:
C/C++ Source or Header  |  2005-03-02  |  1.4 KB  |  49 lines

  1. /**********************************************
  2. HTBCALENDAR.DLL
  3. TransEra Corporation 1999.
  4. This is the source for the HTBCalendar Dll.
  5.  
  6. ***********************************************/
  7. #if !defined(AFX_HTBCALENDAR_H__9855D0F2_6AF5_11D3_8BBC_00105AC66D91__INCLUDED_)
  8. #define AFX_HTBCALENDAR_H__9855D0F2_6AF5_11D3_8BBC_00105AC66D91__INCLUDED_
  9.  
  10. #if _MSC_VER > 1000
  11. #pragma once
  12. #endif // _MSC_VER > 1000
  13.  
  14. #ifndef __AFXWIN_H__
  15.     #error include 'stdafx.h' before including this file for PCH
  16. #endif
  17.  
  18. #include "resource.h"        // main symbols
  19.  
  20. /////////////////////////////////////////////////////////////////////////////
  21. // CHTBCalendarApp
  22. // See HTBCalendar.cpp for the implementation of this class
  23. //
  24.  
  25. class CHTBCalendarApp : public CWinApp
  26. {
  27. public:
  28.     CHTBCalendarApp();
  29.  
  30. // Overrides
  31.     // ClassWizard generated virtual function overrides
  32.     //{{AFX_VIRTUAL(CHTBCalendarApp)
  33.     //}}AFX_VIRTUAL
  34.  
  35.     //{{AFX_MSG(CHTBCalendarApp)
  36.         // NOTE - the ClassWizard will add and remove member functions here.
  37.         //    DO NOT EDIT what you see in these blocks of generated code !
  38.     //}}AFX_MSG
  39.     DECLARE_MESSAGE_MAP()
  40. };
  41.  
  42.  
  43. /////////////////////////////////////////////////////////////////////////////
  44.  
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47.  
  48. #endif // !defined(AFX_HTBCALENDAR_H__9855D0F2_6AF5_11D3_8BBC_00105AC66D91__INCLUDED_)
  49.